home *** CD-ROM | disk | FTP | other *** search
- echo on
- rem This batch file runs RIR so that it searches the entire current hard
- rem disk for a file specification. The %1 in the command is replaced by
- rem whatever you type after the batch file name, so if you type
- rem "filefind m*.*", rir will search for every file starting with M.
- rem The /s parameter is what tells it to "recurse" subdirectories, and
- rem the /b parameter tells it to list just file names, with full pathnames.
- rir \%1 /b /s
-